ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Viewer.Common Assembly / GrapeCity.Viewer.Common.Implementation Namespace / CacheNode<TKey,TValue> Class / Key Property

In This Topic
    Key Property (CacheNode<TKey,TValue>)
    In This Topic
    Gets the cached item key.
    Syntax
    'Declaration
     
    Public ReadOnly Property Key As TKey
    public TKey Key {get;}
    See Also